home *** CD-ROM | disk | FTP | other *** search
- object ClientForm: TClientForm
- Left = 221
- Top = 180
- Width = 478
- Height = 328
- Caption = 'Client List'
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object ClientDBGrid: TDBGrid
- Left = 7
- Top = 46
- Width = 450
- Height = 203
- DataSource = ClientDataSource
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -10
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object ClientDataSource: TDataSource
- DataSet = ClientTable
- Left = 48
- end
- object PersonTable: TTable
- Active = True
- DatabaseName = 'CLIENTSDATABASE'
- TableName = 'PERSON.DB'
- Left = 200
- object PersonTableCLIENT_ID: TIntegerField
- FieldName = 'CLIENT_ID'
- end
- object PersonTableFIRST_NAME: TStringField
- FieldName = 'FIRST_NAME'
- end
- object PersonTableLAST_NAME: TStringField
- FieldName = 'LAST_NAME'
- end
- end
- object CompanyTable: TTable
- Active = True
- DatabaseName = 'CLIENTSDATABASE'
- TableName = 'COMPANY.DB'
- Left = 280
- object CompanyTableCLIENT_ID: TIntegerField
- FieldName = 'CLIENT_ID'
- end
- object CompanyTableCOMPANY_NAME: TStringField
- FieldName = 'COMPANY_NAME'
- Size = 40
- end
- end
- object ClientTable: TTable
- Active = True
- OnCalcFields = ClientTableCalcFields
- DatabaseName = 'CLIENTSDATABASE'
- TableName = 'CLIENT.DB'
- Left = 128
- object ClientTableCLIENT_ID: TIntegerField
- DisplayLabel = 'ID'
- DisplayWidth = 10
- FieldName = 'CLIENT_ID'
- end
- object ClientTableCLIENT_NAME: TStringField
- Calculated = True
- DisplayLabel = 'Client Name'
- DisplayWidth = 42
- FieldName = 'CLIENT_NAME'
- Size = 42
- end
- object ClientTableCLIENT_TYPE: TSmallintField
- FieldName = 'CLIENT_TYPE'
- Visible = False
- end
- object ClientTableFIRST_CONTACT: TDateField
- FieldName = 'FIRST_CONTACT'
- Visible = False
- end
- object ClientTableLAST_CONTACT: TDateField
- FieldName = 'LAST_CONTACT'
- Visible = False
- end
- object ClientTablePHONE_NUMBER: TStringField
- DisplayLabel = 'Phone'
- DisplayWidth = 15
- FieldName = 'PHONE_NUMBER'
- Size = 15
- end
- end
- end
-